cut plane - определение. Что такое cut plane
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое cut plane - определение

OPTIMIZATION TECHNIQUE FOR SOLVING (MIXED) INTEGER LINEAR PROGRAMS
Cutting plane; Cutting plane method; Cutting-plane methods; Cutting-plane; Gomory cuts; Gomory cut
  • date=November 2019}}) inequality states that every tour must have at least two edges.

Cutting-plane method         
In mathematical optimization, the cutting-plane method is any of a variety of optimization methods that iteratively refine a feasible set or objective function by means of linear inequalities, termed cuts. Such procedures are commonly used to find integer solutions to mixed integer linear programming (MILP) problems, as well as to solve general, not necessarily differentiable convex optimization problems.
Supplementary Ideographic Plane         
  • A map of the Supplementary Ideographic Plane. Each numbered box represents 256 code points.
  • A map of the Supplementary Special-purpose Plane. Each numbered box represents 256 code points.
  • A map of the Tertiary Ideographic Plane. Each numbered box represents 256 code points.
  • A map of the Supplementary Multilingual Plane. Each numbered box represents 256 code points.
CONTINUOUS GROUP OF 65536 CODE POINTS IN THE UNICODE CODED CHARACTER SET
Basic multilingual plane; Basic Multilingual Plane; Supplementary Multilingual Plane; Plane One; Plane Zero; Plane Fifteen; Plane Sixteen; Supplementary Ideographic Plane; Plane Two; Supplementary Special-purpose Plane; Plane Fourteen; Plane 0; Plane 1; Plane 2; Plane 14; Plane 15; Plane 16; Astral character; Mapping of Unicode character planes; Unicode plane; Supplementary characters; Unicode planes; Tertiary Ideographic Plane; Private Use Plane; Astral plane (Unicode); Plane 15 (Unicode); Plane 16 (Unicode); Private use plane; Private use plane (Unicode); UCS-PUP15; PUP15; PUP16; UCS-PUP16; PUP15 (Unicode); PUP16 (Unicode); Supplementary plane; Unicode BMP; Private Use Planes; Plane 4; Plane 5; Plane 6; Plane 7; Plane 8; Plane 9; Plane 10; Plane 11; Plane 12; Plane 13; Supplemental Multilingual Plane; Supplemental Ideographic Plane; Supplemental Special-purpose Plane; Plane (unicode)
<text, standard> (SIP) The third plane (plane 2) defined in Unicode/ISO 10646, designed to hold all the ideographs descended from Chinese writing (mainly found in Vietnamese, Korean, Japanese and Chinese) that aren't found in the {Basic Multilingual Plane}. The BMP was supposed to hold all ideographs in modern use; unfortunately, many Chinese dialects (like Cantonese and Hong Kong Chinese) were overlooked; to write these, characters from the SIP are necessary. This is one reason even non-academic software must support characters outside the BMP. Unicode home (http://unicode.org). (2002-06-19)
Plane (geometry)         
  • right
FLAT, TWO-DIMENSIONAL SURFACE
Infinite Plane; Infinite plane; Plane coordinates; Plane coordinate; 2-dimensional space; Euclidean 2-space; Euclidean two-dimensional space; Two-dimensional Euclidean space; Plane (geometry)
In mathematics, a plane is a flat, two-dimensional surface that extends indefinitely.In Euclidean geometry it extends infinitely, but in, e.

Википедия

Cutting-plane method

In mathematical optimization, the cutting-plane method is any of a variety of optimization methods that iteratively refine a feasible set or objective function by means of linear inequalities, termed cuts. Such procedures are commonly used to find integer solutions to mixed integer linear programming (MILP) problems, as well as to solve general, not necessarily differentiable convex optimization problems. The use of cutting planes to solve MILP was introduced by Ralph E. Gomory.

Cutting plane methods for MILP work by solving a non-integer linear program, the linear relaxation of the given integer program. The theory of Linear Programming dictates that under mild assumptions (if the linear program has an optimal solution, and if the feasible region does not contain a line), one can always find an extreme point or a corner point that is optimal. The obtained optimum is tested for being an integer solution. If it is not, there is guaranteed to exist a linear inequality that separates the optimum from the convex hull of the true feasible set. Finding such an inequality is the separation problem, and such an inequality is a cut. A cut can be added to the relaxed linear program. Then, the current non-integer solution is no longer feasible to the relaxation. This process is repeated until an optimal integer solution is found.

Cutting-plane methods for general convex continuous optimization and variants are known under various names: Kelley's method, Kelley–Cheney–Goldstein method, and bundle methods. They are popularly used for non-differentiable convex minimization, where a convex objective function and its subgradient can be evaluated efficiently but usual gradient methods for differentiable optimization can not be used. This situation is most typical for the concave maximization of Lagrangian dual functions. Another common situation is the application of the Dantzig–Wolfe decomposition to a structured optimization problem in which formulations with an exponential number of variables are obtained. Generating these variables on demand by means of delayed column generation is identical to performing a cutting plane on the respective dual problem.